@CHARSET "ISO-8859-1";



body {

	text-align: center;

	background-color: #000000/*rgb(0,23,79)*/;

}



.content {

	width: 900px;

	background-image: url("/util/images/containerBackground.png");

	background-repeat: repeat-x;

}



.container {

	width: 900px;

	background-image: url("/util/images/contentBackground.png");

	background-repeat: repeat-y;

	text-align: center;	

}



.header {

<!--    background-image: url("Nativity_Logo-2021.png"); -->
	background-image: url("/util/images/NativityLogo.png");

	background-repeat: no-repeat;

	height: 50px;

	width: 750px;

}



.body {

	color: rgb(0, 23, 79);

	background-color: rgb(256, 256, 256);

	background-image: url("/util/images/BodyBackground.png");

	background-repeat: repeat-y;

	text-align: left;

	width: 750px;

}



.body p {

	margin: 0 0 0 0;

}



.body table {

	border-spacing: 0px;

}



.body td {

	border-bottom: solid 1px rgb(0, 105, 255);

}



.infoTable td {

	border-bottom: solid 0px rgb(0,0,0);

}



#bodyTable {

	padding-left: 8px;

	padding-right: 8px;

	vertical-align: top;

}



#bodyTable hr {

	width: 50%

}



#cellLeft {

	border-right: solid 1px rgb(0, 105, 255);

	border-bottom: solid 1px #FFFFFF;

	vertical-align: top;

}



#cellRight {

	border-bottom: solid 0px #FFFFFF;

	vertical-align: top;

}